CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lzw encoding

搜索资源列表

  1. 行程长度编码lzw压缩算法源代码和示例程序代码

    0下载:
  2. 行程长度编码,在MPEG编码里面也非常有用,可以学习-length encoding in MPEG encoder inside are very useful, can learn to s
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:70398
    • 提供者:李明
  1. lzwMatlab.zip

    0下载:
  2. Implements a TIF compatible LZW encoding/decoding algorithm,Implements a TIF compatible LZW encoding/decoding algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:106509
    • 提供者:xj
  1. lzw

    1下载:
  2. 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:1236
    • 提供者:符晓娟
  1. xinxilunshiyuanbaogao

    0下载:
  2. 信息论的课程实验报告实验一 信道容量的迭代算法程序设计………………….4 实验二 唯一可译码判决准则…………………………… 9 实验三 Huffman 编码方案程序设计…………………15 实验四 LZW编码方案程序设计…………………… 20 实验五 Shanoon编码方案程序设计………………… 23 实验六 循环码的软件编、译码实验…………………….27 实验七 BCH码最大似然译码器设计………………… 31 -Information theory course ex
  3. 所属分类:software engineering

    • 发布日期:2016-01-25
    • 文件大小:153600
    • 提供者:chenjjn
  1. maps

    0下载:
  2. lzw 编码,自动实现编码!初始字典编码长度为26个字母-LZW coding, automatic code! The initial length of the dictionary encoding 26 letters
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:45948
    • 提供者:andrew
  1. lzw-hafuman

    0下载:
  2. matlab写的lzw和huffman的编码,希望对大家有用-matlab write LZW and huffman encoding, in the hope that useful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:578793
    • 提供者:武瑞霞
  1. file_cut

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:239452
    • 提供者:Richard Yang
  1. TestLzw

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:140518
    • 提供者:Richard Yang
  1. LZW

    0下载:
  2. LZW既为游程编码。也是用该种编码方式来消除图像中的冗余。-LZW both run-length coding. Is also the encoding used to eliminate redundant image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:260548
    • 提供者:liuyaxin
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. lzw

    1下载:
  2. 一个完整的LZW编码工程,只需输入文件名就可以用了,程序简单清晰,适合初学者。-LZW encoding a complete project, simply enter the file name can be used, clear and easy procedure, suitable for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:368239
    • 提供者:张飞艳
  1. LZW_coding

    0下载:
  2. LZW_coding: LZW encoding and LZW decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:8361
    • 提供者:binbin
  1. LZW15V_C

    0下载:
  2. LZW算法的C语言实现,最多可扩展到15位-This is the LZW module which implements a more powerful version of the algorithm. This version of the program has three major improvements over LZW12.C. First, it expands the maximum code size to 15 bits. Second, it starts en
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3288
    • 提供者:libin
  1. LZW

    0下载:
  2. lzw编码和压缩方法,对需要了解lzw编码的人会很有用途-lzw encoding and compression methods, need to know lzw code would be very use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4517
    • 提供者:曹天洋
  1. LZW

    0下载:
  2. LZW字典编码和解码的源码。。C++编写。。。VS2008运行-LZW dictionary encoding and decoding the source. . C++ written. . . VS2008 run. . .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:79409
    • 提供者:he harmony
  1. LZW

    0下载:
  2. 用lzw编码实现黑白图像的压缩/解压缩 用lzw编码方式实现文件的压缩具有很大的局限性,对于类似于黑白图像这样的具有连续相同的大面积颜色块的文件有很 高的效率,但是对于彩色图像或其他相邻两点的值都不同的文件来说,反而会增大数据量-Lzw Coding with black and white image compression/decompression with lzw encoding for file compression has serious limitatio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1109
    • 提供者:vhdl
  1. lzw

    0下载:
  2. 实现多媒体流数据无损压缩LZW编码、解码算法,界面简单,可以自定义字典。-Multimedia streaming data about LZW encoding, decoding algorithm, the interface is simple, and can customize the dictionary.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:1517144
    • 提供者:guizi
  1. lzw

    0下载:
  2. 图像编码lzw 基于vc++运行环境的lzw编码-The image coding lzw lzw encoding based on vc++ operating environment
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:208256
    • 提供者:qinwei
  1. LZW-encoding-and-decoding

    0下载:
  2. 对小写英文的字符串进行lzw编码与解码的文件 字典上限为256-LZW encoding and decoding The dictionary limit is 256
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:939
    • 提供者:流火
  1. LZW

    1下载:
  2. 关于LZW图像处理的编码与解码,用于学习借鉴,谢谢合作-About LZW encoding and decoding of image processing, for learning reference, thank you for your cooperation
  3. 所属分类:GIS program

    • 发布日期:2016-06-13
    • 文件大小:24576
    • 提供者:钟文涛
« 12 3 »
搜珍网 www.dssz.com